home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / crypt1_0.lha / crypt1_0.doc < prev    next >
Text File  |  1994-02-03  |  3KB  |  108 lines

  1.  
  2. /***************************************************************************** 
  3.  *
  4.  * $Header: MAX_2:mycode/cryptosolve/RCS/crypt1_0.doc,v 1.1 1994/02/03 18:22:07 Todd_Elliott Exp Todd_Elliott $
  5.  *
  6.  * $Source: MAX_2:mycode/cryptosolve/RCS/crypt1_0.doc,v $
  7.  *
  8.  *    (C) Copyright 1994 by:  GT Devices    
  9.  *       All Rights Reserved    P.O Box 2098
  10.  *                              Pasco, Wa 99301
  11.  *    
  12.  *****************************************************************************/
  13.  
  14. static char rcsid[]="$Id: crypt1_0.doc,v 1.1 1994/02/03 18:22:07 Todd_Elliott Exp Todd_Elliott $";
  15. static char rcssrc[]="$Source: MAX_2:mycode/cryptosolve/RCS/crypt1_0.doc,v $";
  16.  
  17.  
  18. CRYPT 1.0 DOCS
  19. ______________
  20.  
  21.  
  22.  
  23. INTRO
  24. _____
  25.  
  26. First off, this program is now released to the public domain.
  27.  
  28. I don't know of any other programs that do this for the Amiga.
  29.  
  30. It is a program I've thought about writing for a couple of years and
  31.  
  32. I finally got around to it.
  33.  
  34.  
  35.  
  36. WHAT IS CRYPT
  37. _____________
  38.  
  39. This program will hopefully make it easy for you to create and solve
  40.  
  41. cryptoquotes.  They are in newspapers, game books, etc.  For those of
  42.  
  43. you who don't know what a cryptoquote is, I'll try to explain it.
  44.  
  45. It is a message that has been encrypted and you must de-crypt it to 
  46.  
  47. read it.  It uses all 26 letters of the alphabet and scrambles them.
  48.  
  49. luckily, it is constant.  If you change one letter in the message, you
  50.  
  51. change all the letters like it.  For example, if all T's in the quote:
  52.  
  53. "This is a test" were changed to P's, the quote would read: "Phis is a PesP".
  54.  
  55.  
  56. HOW DO I OPERATE CRYPT?
  57. _______________________
  58.  
  59.  
  60. 1.  First thing you need to do is make the assignment for the cryptfiles.
  61.  
  62.     ASSIGN CRYPTFILES: DH0:CRYPT/CRYPTFILES
  63.  
  64.                 ^
  65.                 or whereever you put them.
  66.  
  67.  
  68. 2.  There are menu options for Loading and Saving.  Loading will load a 
  69.  
  70.     Saved or included cryptoquote.  Save will save the crypt in the form
  71.  
  72.     Show in all the little boxes, not in the TEXT gadget.
  73.  
  74.  
  75. 3.  MAKE CRYPT is a menu option which makes it very easy for you to create
  76.  
  77.     your own crypts.  First you type in the quote to the text gadget and 
  78.  
  79.     hit enter.  Now choose MAKE CRYPT from the menu bar and save it.  
  80.  
  81.  
  82. 4.  To actually solve a loaded crypt, you may click on the letter you wish
  83.  
  84.     to change and type the letter you wish it changed to and hit enter. This
  85.  
  86.     will update all letters that were the same as the one you clicked on.
  87.  
  88.  
  89. 5.  The TEXT gadget may also be used to enter a crypoquote from the newspaper
  90.    
  91.     or game mags that have crypts in them.  Once you solve the puzzle, you
  92.  
  93.     can use the MAKE CRYPT option and save it on disk for someone else to 
  94.  
  95.     solve later.
  96.  
  97.  
  98. Sorry for the DOCS, I know they aren't written very well.
  99.  
  100.  
  101. Have fun, and drop me some mail if like, don't like, ideas?
  102.  
  103. Todd Elliott GT Devices 1994
  104.  
  105. EMAIL:  toddel@delphi.com or tve@fred.nfuel.com
  106.  
  107.  
  108.